app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
vector_tile
/
[androidJvm]TileKt
/
Dsl
/
add
add
@
JvmName
(
name
=
"addLayers"
)
fun
DslList
<
VectorTile.Tile.Layer
,
TileKt.Dsl.LayersProxy
>
.
add
(
value
:
VectorTile.Tile.Layer
)
repeated .vector_tile.Tile.Layer layers = 3;
Parameters
value
The layers to add.
fun
<
E
:
Any
>
ExtensionList
<
E
,
VectorTile.Tile
>
.
add
(
value
:
E
)